home *** CD-ROM | disk | FTP | other *** search
- # File: useful.make
- #
- # useful dcmd (not!)
- # Created at MacHack 2000 by Philippe Casgrain
- # philippe@casgrain.com
- #
- # This builds the dcmd and moves it to the MacsBug Preferences folder
- # in the System folder. You may have to localize the Preferences
- # folder name on a non-US system.
- #
- # Note that the link order is important. If you link something else first,
- # it will barf in the BuildDcmd.
- # This is set up for MPW 3.2, since the libraries moved.
-
- useful.p.o ƒ useful.make useful.p
- Pascal useful.p
- dcmdGlue.a.o ƒ dcmdGlue.a
- asm -o dcmdGlue.a.o dcmdGlue.a
-
- SOURCES = useful.p
- OBJECTS = dcmdGlue.a.o useful.p.o
-
- useful ƒ useful.make {OBJECTS}
- Link -sg Main=PASLIB,%A5INIT ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- # "{Libraries}"Interface.o ∂
- # "{PLibraries}"PasLib.o ∂
- -o useful
- BuildDcmd useful 33277
-
- move useful "{SystemFolder}Preferences:MacsBug Preferences:useful" -y
-